home *** CD-ROM | disk | FTP | other *** search
- function objectTag() {
- var contact=document.theForm.contact.value;
- var email=document.theForm.email.value;
- return '<p><font face="Verdana, Arial" size="2">For more information, contact <a href="mailto:'+email+'">'+contact+'</a></font></p> ';
- }
-
-
- function initializeUI() {
- document.theForm.contact.focus();
- document.theForm.contact.select();
-
- }
-
-
-